VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageRendering Namespace / CachedObject<T> Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    CachedObject<T> Class
    In This Topic
    Provides a base class for cached objects.
    Object Model
    CachedObject<T>
    Syntax
    'Declaration
    
    Public MustInherit Class CachedObject(Of T
    The cached object type.
    As Class)
    public abstract class CachedObject<T>
    where T: class
    
    
    public __gc abstract class CachedObject<T>
    where T: class
    
    
    generic<typename T>
    public ref class CachedObject abstract
    where T: ref class
    
    

    Type Parameters

    T
    The cached object type.
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.ImageRendering.CachedObject<T>
          Vintasoft.Imaging.ImageRendering.CachedImage

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also